home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 April
/
Electronic Clipper 1998-04.iso
/
Idea Source®
/
Protect.Dir
/
00021_Script_tutorial button hide
< prev
next >
Wrap
Text File
|
1998-02-19
|
221b
|
11 lines
on mousedown
repeat while the mousedown
set the visible of sprite (the clickon) to false
updatestage
end repeat
set the visible of sprite (the clickon) to true
updatestage
go the frame +1
end